home *** CD-ROM | disk | FTP | other *** search
/ Windows 6-Pak - Disc 4 / Windows 6-Pak (InfoMagic) (Disc 4) (1999).ISO / Graphical-Text-Tools / fm11.exe / _SETUP.1 / FontMagik.exe / 0 / RCDATA / TFORM6 / TFORM6.txt < prev   
Text File  |  1998-03-31  |  1KB  |  72 lines

  1. object Form6: TForm6
  2.   Left = 262
  3.   Top = 216
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'FontMagik 1.1'
  7.   ClientHeight = 87
  8.   ClientWidth = 235
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Icon.Data = {<image000.ico>}
  15.   Position = poScreenCenter
  16.   OnClose = FormClose
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 48
  22.     Top = 14
  23.     Width = 173
  24.     Height = 13
  25.     Caption = 'Thank you for registering FontMagik!'
  26.   end
  27.   object Image1: TImage
  28.     Left = 8
  29.     Top = 8
  30.     Width = 32
  31.     Height = 32
  32.     AutoSize = True
  33.     Picture.Data = {<image001.ico>}
  34.   end
  35.   object Image2: TImage
  36.     Left = 8
  37.     Top = 8
  38.     Width = 32
  39.     Height = 32
  40.     AutoSize = True
  41.     Picture.Data = {<image002.ico>}
  42.     Visible = False
  43.   end
  44.   object Button1: TButton
  45.     Left = 79
  46.     Top = 48
  47.     Width = 81
  48.     Height = 23
  49.     Caption = '&Ok'
  50.     TabOrder = 0
  51.     OnClick = Button1Click
  52.   end
  53.   object Timer1: TTimer
  54.     Enabled = False
  55.     OnTimer = Timer1Timer
  56.     Left = 16
  57.     Top = 56
  58.   end
  59.   object Timer2: TTimer
  60.     Enabled = False
  61.     OnTimer = Timer2Timer
  62.     Left = 48
  63.     Top = 56
  64.   end
  65.   object Timer3: TTimer
  66.     Enabled = False
  67.     OnTimer = Timer3Timer
  68.     Left = 168
  69.     Top = 56
  70.   end
  71. end
  72.